"retro green theme with cyberpunk vibe" shadcn/ui theme

retro-futuristic
cyberpunk-inspired
neon-green-palette
high-contrast-design
immersive-theme
emotional-transition
modern-retro-fusion
tech-nostalgia

Shadcn/ui Theme Css Variables

name: Neon Nostalgiakeyword: retro green theme with cyberpunk vibe views: 42

:root {
  --background: 0 0% 95%;
  --foreground: 0 0% 10%;
  --card: 0 0% 90%;
  --card-foreground: 0 0% 10%;
  --popover: 0 0% 90%;
  --popover-foreground: 0 0% 10%;
  --primary: 120 70% 40%;
  --primary-foreground: 0 0% 95%;
  --secondary: 180 70% 40%;
  --secondary-foreground: 0 0% 95%;
  --muted: 120 10% 70%;
  --muted-foreground: 0 0% 10%;
  --accent: 240 70% 40%;
  --accent-foreground: 0 0% 95%;
  --destructive: 0 70% 40%;
  --destructive-foreground: 0 0% 95%;
  --border: 120 30% 70%;
  --input: 120 10% 80%;
  --ring: 120 70% 40%;
  --radius: 0.75rem;
  --chart-1: 120 70% 40%;
  --chart-2: 180 70% 40%;
  --chart-3: 240 70% 40%;
  --chart-4: 300 70% 40%;
  --chart-5: 0 70% 40%;
} 

.dark {
  --background: 0 0% 10%;
  --foreground: 0 0% 95%;
  --card: 0 0% 15%;
  --card-foreground: 0 0% 95%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 95%;
  --primary: 120 70% 60%;
  --primary-foreground: 0 0% 10%;
  --secondary: 180 70% 60%;
  --secondary-foreground: 0 0% 10%;
  --muted: 120 10% 30%;
  --muted-foreground: 0 0% 95%;
  --accent: 240 70% 60%;
  --accent-foreground: 0 0% 10%;
  --destructive: 0 70% 60%;
  --destructive-foreground: 0 0% 10%;
  --border: 120 30% 30%;
  --input: 120 10% 20%;
  --ring: 120 70% 60%;
  --radius: 0.75rem;
  --chart-1: 120 70% 60%;
  --chart-2: 180 70% 60%;
  --chart-3: 240 70% 60%;
  --chart-4: 300 70% 60%;
  --chart-5: 0 70% 60%;
}